<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    Document   : CSS�桁���紮���
    Created on : 2016.7.23
    Author     :
    Description:
        CSS�桁�茵�����紮���鐚�����桁�莅丞舟�������桁�絮��ц��号���隙�蕁級�∫��臀��九���
        絲弱�ユ�劫�鐚�&lt;link href="css/common.css" rel="stylesheet" type="text/css" /&gt;
*/
/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
	margin:0;
	padding:0; font-size:14px;
}  /* ��紮�����膈上������羌頵���賢��margin��padding�� */
fieldset, img {
	border:0 none
}  /* ��臀�fieldset鐚�茵�����膸�鐚����丞����莨号�筝�0*/
dl, ul, ol, menu, li {
	list-style:none
}   /* ��臀�瓜茵���絲主��隙減onne,menu��HTML5筝㊥���� */
blockquote, q {
	quotes: none
}   /* ��臀��絅�綣�����綣��欠瓜�� */
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}  /* ��臀��絅�綣���*/
input, select, textarea, button {
	vertical-align:middle
}  /* ��臀�；���т散���翫�筝�*/
button {
	border:0 none;
	background-color:transparent;
	cursor:pointer
}  /* ��臀�；��button�������� */
body {
	background:#fff
}   /* ��臀�body 蕁級�∵����減�処�� */
body, th, td, input, select, textarea, button {
	font-size:12px;
	font-family:"緇�蒐��藥�", "藥�篏�", "絎�篏�";
} /* ��臀�ゝ�∽��絖�絮��� */
a {
	color:#666;
	text-decoration:none
}  /* ��臀��丈･a��膈� */
a:active, a:hover {
	text-decoration:none; color:#1170d2
}   /* ��臀��丈･a��膈丞��藜���羯������� */
address, caption, cite, code, dfn, em, var {
	font-style:normal;
	font-weight:normal
}  /* ��臀��桁���膈丞���桁� */
caption {
	display:none;
}    /* ��臀�；�惹��蘂�筝咲���� */
table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	table-layout:fixed;
}    /* ��臀�table絮��� */
img {
	vertical-align:top
}  /* �丞�������茵��������岩�臀� */
.container-fluid, .container {
	padding: 0;
}
.row {
	margin: 0;
}
</pre></body></html>